Q3MeshFacePart_GetFace
You can use theQ3MeshFacePart_GetFace
function to get the mesh face that corresponds to a mesh face part.
TQ3Status Q3MeshFacePart_GetFace ( TQ3MeshFacePartObject meshFacePartObject, TQ3MeshFace *face);
meshFacePartObject
- A mesh face part object.
face
- On exit, the mesh face that corresponds to the specified mesh face part object.
DESCRIPTION
TheQ3MeshFacePart_GetFace
function returns, in theface
parameter, the mesh face that corresponds to the mesh face part object specified by themeshFacePartObject
parameter.